func net.spuriousENOTAVAIL

2 uses

	net (current package)
		tcpsock_posix.go#L104: 	for i := 0; i < 2 && (laddr == nil || laddr.Port == 0) && (selfConnect(fd, err) || spuriousENOTAVAIL(err)); i++ {
		tcpsock_posix.go#L139: func spuriousENOTAVAIL(err error) bool {